Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItem Class / ListItem Constructor / ListItem Constructor(SubItem[],Int32,Object)
A collection of the SubItem.
An System.Int32 value that represents the indent of the ListItem.
An object value that represents the imgae of the ListItem.


In This Topic
    ListItem Constructor(SubItem[],Int32,Object)
    In This Topic
    Initializes a new instance of the ListItem class with settings.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal subItems() As SubItem, _
       ByVal indent As Integer, _
       ByVal image As Object _
    )
    'Usage
     
    
    Dim subItems() As SubItem
    Dim indent As Integer
    Dim image As Object
     
    Dim instance As New ListItem(subItems, indent, image)
    public ListItem( 
       SubItem[] subItems,
       int indent,
       object image
    )

    Parameters

    subItems
    A collection of the SubItem.
    indent
    An System.Int32 value that represents the indent of the ListItem.
    image
    An object value that represents the imgae of the ListItem.
    See Also